Welcome![Sign In][Sign Up]
Location:
Search - C TIM

Search list

[Other resource平衡二叉树c++

Description: 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf for the balance factor to the depth h can be inserted delete calculated rotational frequency (wangliwei007 me, not Tim material on the whole good for this, please give me a 62-000, okay? I would also like to download something radical)
Platform: | Size: 2659 | Author: 王立伟 | Hits:

[OtherFillTable

Description: 这是一个c程序,它是用来解决编译原理中的词法扫描程序,用来查添符号表。-c This is a program that is used to solve the compiler principles of lexical scanning procedures used to investigate Tim symbol table.
Platform: | Size: 1530 | Author: yata | Hits:

[Windows Develop实用Visual_C++6.0教程

Description: 《实用Visual C++ 6.0教程》【作 者】Jon Bates Tim Tompkins,【出版社】北京希望电子出版社
Platform: | Size: 3622573 | Author: 李可 | Hits:

[Other resourcedummy I2C bus

Description: 这是一个模拟I2C通信协议的C语言模块,可以在基于51系列单片机的C语言程序中进行调用,调用方式我在模块中已经添家了详细的说明,请自己查阅!-This is a simulation I2C communication protocol C language module, Based on the 51 Series MCU C language program which calls, Call module way I have Tim home detailed description, please check themselves!
Platform: | Size: 1353 | Author: 里凡 | Hits:

[Other resource用c实现的商品货架算法

Description: 问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快要过期的商品先被出售。-Problem description : Suppose a shop, which has a shelf and a warehouse, when the merchandise on the shelves less than a certain quantity of the number, a certain number from the warehouses of goods on the shelves, when the warehouse volume of goods is less than certain number, purchase goods warehouse filled, the goods according to the sale of commodity production to date, is about to expire first sale of goods. The solution : a two stack and a queue, queue as a warehouse, used as a stack shelves, and another stack as a temporary storage bins. When to go to the shelves Tim commodity, first as a stack shelves of all elements of the pressure storage tank as the stack, then the warehouse down to the storage element box, and then storage box has all the elements of the pressure arrived shelve
Platform: | Size: 2328 | Author: 曾德胜 | Hits:

[Windows Developc_timer

Description: Timer 定时器编程的例子-Timer timer programming examples
Platform: | Size: 71680 | Author: | Hits:

[Data structs用c实现的商品货架算法

Description: 问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快要过期的商品先被出售。-Problem description : Suppose a shop, which has a shelf and a warehouse, when the merchandise on the shelves less than a certain quantity of the number, a certain number from the warehouses of goods on the shelves, when the warehouse volume of goods is less than certain number, purchase goods warehouse filled, the goods according to the sale of commodity production to date, is about to expire first sale of goods. The solution : a two stack and a queue, queue as a warehouse, used as a stack shelves, and another stack as a temporary storage bins. When to go to the shelves Tim commodity, first as a stack shelves of all elements of the pressure storage tank as the stack, then the warehouse down to the storage element box, and then storage box has all the elements of the pressure arrived shelve
Platform: | Size: 2048 | Author: 曾德胜 | Hits:

[Data structs平衡二叉树c++

Description: 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf for the balance factor to the depth h can be inserted delete calculated rotational frequency (wangliwei007 me, not Tim material on the whole good for this, please give me a 62-000, okay? I would also like to download something radical)
Platform: | Size: 2048 | Author: 王立伟 | Hits:

[OtherFillTable

Description: 这是一个c程序,它是用来解决编译原理中的词法扫描程序,用来查添符号表。-c This is a program that is used to solve the compiler principles of lexical scanning procedures used to investigate Tim symbol table.
Platform: | Size: 1024 | Author: yata | Hits:

[GDI-Bitmap基本代码实现

Description: 系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母)Beizer曲线、B样条曲线等图形元素的较精确绘制,能够根据工业流程实现流程的图示节点表示,并实现包括添、删、移动、连接、清除流程图示节点等编辑功能,和对流程图示节点的仪器功能参数进行设置。对于初级用户而言,操作比较简单,无需太多的学习时间即可进行图形绘制。 2、存储功能 拥有制图功能,同样,建模工具的存储功能也是必不可少的。否则,制图就失去了其应有的意义。本建模工具可将数据结果以特定格式存储在相关数据库中,免除了纸张存储的繁琐和不便,并且比纸张存储更安全可靠。 -basic system functions : one, mapping function as a function of better modeling tools, mapping is the most indispensable. The modeling tools can be achieved for the straight, continuous line, polygon regional round, circular area, arc, characters (including Chinese characters and English letters) Beizer curve, B-spline curves and other graphical elements in a more accurate rendering, according to industrial processes to achieve process icon nodes, including Tim and achieve cut, mobile, connectivity, Picture shows node removal processes such as editing, and the process equipment icon nodes function parameters set. For the primary users, the operation simple, without too much study time will be able to proceed graphics rendering. 2, storage functionality with mapping functions, and similarly
Platform: | Size: 236544 | Author: | Hits:

[Windows Develop实用Visual_C++6.0教程

Description: 《实用Visual C++ 6.0教程》【作 者】Jon Bates Tim Tompkins,【出版社】北京希望电子出版社- Practical Visual C++ 6.0 Guide [作者] Jon Bates Tim Tompkins, [Press] Beijing Hope Electronic Press
Platform: | Size: 3621888 | Author: 李可 | Hits:

[VC/MFCcppprograming

Description: c++程序设计讲义 cppprograming 含源码-c++ programming including lectures cppprograming source
Platform: | Size: 3064832 | Author: | Hits:

[WEB Codetimer

Description: 一个用C#写的时钟程序有详细源代码挺不错的供大家学习使用-A used C# Write clock procedures are detailed very good source for learning to use U.S.
Platform: | Size: 206848 | Author: qiufuling | Hits:

[Embeded Linuxstatus.c

Description: 利用s3c2410的PWM来让IO口产生时序脉冲的程序,可用于电机驱动,或者其他时序驱动作为参考 此例为四路CCD时序,-S3C2410 using the PWM to make IO I have a timing pulse procedures, can be used for motor drive, or other timing-driven in this case as a reference for the four CCD timing,
Platform: | Size: 1024 | Author: wuchao | Hits:

[JSPAddison.Wesley.Java.Concurrency.in.Practice.May.20

Description: CHM电子书,JAVA并发式编程 By Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea-CHM e-book, JAVA programming concurrent By Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea
Platform: | Size: 1207296 | Author: Stephane | Hits:

[Other Embeded programtim

Description: STR710的定时器编程C语言例子,开发环境为IAR EWARM。-STR710 timer programming example of C language, development environment IAR EWARM.
Platform: | Size: 30720 | Author: xue | Hits:

[Embeded Linuxmul_timer

Description: linux下的实用的单进程多个定时器c源码,其于linux中提供了setitimer等接口的实现。-linux muliti-timer design and implement,based on seitimer (realtime clock).
Platform: | Size: 2048 | Author: Mike Wang | Hits:

[CSharpTim-Hieu-CSharp-Va-Ung-Dung---Smith.N

Description: C# va ung dung trong cuoc song
Platform: | Size: 2718720 | Author: Vinh | Hits:

[CA authocsp.c

Description: This product includes cryptographic software written by Eric Young * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com).-This product includes cryptographic software written by Eric Young * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com).
Platform: | Size: 9216 | Author: Bangkok | Hits:

[uCOSucos-c

Description: 压缩包中有基于ucos系统下的常用程序,有tim捕获,串口查询,串口中断,定时器中断,温度读取。-Compressed package based on common procedures under ucos system, there are tim capture, serial query, the serial port interrupt, timer interrupt, temperature reading.
Platform: | Size: 22528 | Author: mr zhang | Hits:
« 12 3 »

CodeBus www.codebus.net